home *** CD-ROM | disk | FTP | other *** search
- searchbar {
- -moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
- }
-
- /* ::::: print preview toolbar ::::: */
-
- toolbar[printpreview="true"] {
- -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
- }
-
- menuitem.spell-suggestion {
- font-weight:bold;
- }
-
- #noPreviewAvailable {
- background-color: white !important;
- font-size: 12px !important;
- }
-
-
- /* apply Fitts' law to the notification bar's close button */
- window[sizemode="maximized"] #content .notification-inner {
- border-right: 0px !important;
- }
-
- .toggleSidebarAutohide {
- list-style-image: url("chrome://global/skin/icons/autohideEnabled.png");
- padding: 1px 0 5px;
- }
-
- .toggleSidebarAutohide[checked="true"] {
- list-style-image: url("chrome://global/skin/icons/autohideDisabled.png");
- padding: 1px 0 5px;
- }
-